*{ margin:0; padding:0;}
body{overflow-x:hidden; }
ul{ margin:0; padding:0;}
li{list-style:none;font-family:"Microsoft YaHei","arial","微软雅黑","verdana","宋体";}
.clear {height:0px;clear:both;}
textarea{font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体";}
div{font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体";}
p{font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体"; margin:0; padding:0;}
a{text-decoration:none;font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体";cursor:pointer;}
a:hover{text-decoration:none;}
img{ border:none;image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */}
.px-0{ padding:0 0;}

.mx-0{ margin:0 0;}
.mbpx-0{padding:0 0;}
html {
          font-size: 100px; /*根元素默认的大小是16px*/
        }
.max-1920{ max-width:1920px !important; margin:auto;}		
	
@media screen and (max-width: 1680px){
	html{
		font-size:86px;
	}
}		
@media screen and (max-width: 1440px){
	html{
		font-size:78px;
	}
}

@media screen and (max-width: 1200px){
.hidden-1280{ display:none !important;}
}
@media screen and (max-width: 1024px){
	html{
		font-size:60px;
	}
}
@media screen and (max-width: 768px){
	html{
		font-size:60px;
	}
	
}

table{ display:block; margin:auto;}


.pagination p {
	margin: 0;
	cursor: pointer;
	
}
.pagination {
	height: 40px;
	text-align: center;
	width:100%;

	margin-bottom:1rem;
}
.pagination a {
	display: inline-block;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	
	text-decoration: none;
	
	font-size: 14px;
	
	text-align: center;
	background: #fff;
	color: #0264a3;
	font-weight: 700;
	transition:all 0.3s ease-in-out;

}
.pagination a:hover {
	background: #0264a3;
	color: #fff;

}
.pagination a.cur {
	display: inline-block;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-weight: 700;
	text-decoration: none;

	font-size: 14px;
	text-align: center;
	
	transition:all 0.3s ease-in-out;
	background: #0264a3;
	color: #fff;
}
.pagination p {
	display: inline-block;
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #6c6c6c;
	text-align: center;
	background: #fff;
	color: #0264a3;
	margin-right: 8px;
	font-weight: 700;
}
.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #fe6600;
	
}
.pagination p.pageRemark b {
	color: red;
}
.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #fe6600;
	border-radius:50%;
}
.dates li {
	font-size: 14px;
	margin: 20px 0
}
.dates li span {
	float: right
}
.pagination .page_xyy {
	width: 50px;
	height: 28px;
	
	border:none;
	line-height: 28px;
	
	text-decoration: none;
	color: #6c6c6c;
	font-size: 14px;
	text-align: center;
border:#dddddd 1px solid;
	background: #f5f5f5;
	color: #565656;

	display: none;

	
}
.pagination .page_xyy:hover{ 
	
		border:#4186e4 1px solid;
	background: #4186e4;
	color: #fff;
}
.pagination .page_syy {
	 width: 50px;
	height: 28px;
	line-height:28px;
	border:none;
	text-decoration: none;
	color: #6c6c6c;
	font-size: 14px;
	text-align: center;
border:#dddddd 1px solid;
	background: #f5f5f5;
	color: #565656;

	transition:all 0.5s ease-in-out;
	
	display: none;

}
.pagination .page_syy:hover{ 
		border:#4186e4 1px solid;
	background: #4186e4;
	color: #fff;
	}
.pagination .page_shouye {
	width: 39px; 
	height: 39px;
	border-radius:50%;
	padding: 0;
	margin-top: 4px;
	background:none;
	display:none;
}

.pagination .page_weiye {
	width: 39px;
	height: 39px;
	border-radius:50%;
	padding: 0;
	margin-top: 4px;
	background:none;
	display:none; 

}
.op-0{ opacity: 0;}
/*mask*/
.mask {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.mask:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.readmask {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.readmask:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


.isPlay:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";

  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
}


@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}

@font-face {font-family:'tt';src: local('tt'), url(../img/tt.woff) format('woff');}

@font-face {font-family:'bebas';src: local('tt'), url(../img/bebas.woff) format('woff');}

@font-face {font-family:'tt100';src: local('tt100'), url(../img/tt100.woff) format('woff');}

@font-face {font-family:'az';src: local('az'), url(../img/az.woff) format('woff');}

div.publicheadback{ width: 100vw; height: 1rem; background: #fff; position: absolute; left: 0; top: 0; z-index:999999; box-shadow: 0 0 20px rgba(0,0,0,0.1);}

div.publichead{ width: 95%; max-width: 1450px; margin: auto; display: flex; flex-wrap: nowrap;  justify-content: space-between;}

div.publicheadlogo{ width: 1.79rem; height: 0.43rem; float: left; margin-top: 0.15rem; flex-shrink: 0;} 
div.publicheadlogo img {width:100%;}
div.publicheadnavmain{ width: 100%; height: auto; display: flex; flex-wrap: nowrap; justify-content:center;}

div.publicheadnav{ height: 1rem; line-height: 1rem; position: relative;  color: #414141; font-size: 0.18rem; font-weight: 700; padding: 0 0.225rem;}

div.publicheadnav>a{ color: #414141; font-size: 18px; font-weight: 700; transition: all 0.36s ease-in-out; -webkit-transition: all 0.36s ease-in-out; -moz-transition: all 0.36s ease-in-out; -ms-transition: all 0.36s ease-in-out; -o-transition: all 0.36s ease-in-out; }

div.publicheadnav>a:hover{ color: #0069b6;}

div.publicheadrt{ transition: all 0.36s ease-in-out; padding-left: 33px; font-family:'tt'; line-height: 1rem; color: #414141; font-size: 0.24rem; white-space: nowrap; background: url(../img/headtel.jpg) left center no-repeat; -webkit-transition: all 0.36s ease-in-out; -moz-transition: all 0.36s ease-in-out; -ms-transition: all 0.36s ease-in-out; -o-transition: all 0.36s ease-in-out; }

div.publicheadrt:hover{ color: #0069b6;}

div.indexbannerback{ width: 100%; height: calc( 100vh - 1rem); position: absolute; left: 0; top: 1rem;}

.index_main{ height:100%; width: 100%; position: relative; left: 0; top: 0;}
.slick-list{ width: 100%; height: 100%;}

div.bannerleftjt{ cursor: pointer; width: 12px; height: 14px; position: absolute; left: 2.5rem; top: 50%; z-index: 999; margin-top: -7px; background: url(../img/indexbannerjtleft.png) center no-repeat;}

div.bannerrightjt{ cursor: pointer; width: 12px; height: 14px; position: absolute; right: 2.5rem; top: 50%; z-index: 999; margin-top: -7px; background: url(../img/indexbannerjtright.png) center no-repeat;}

div.indexoneback{ width: 100%; height: calc( 100vh - 1rem); position: absolute; left: 0; top: 1rem; background: url(../img/indexonebg.jpg) 50%/cover no-repeat;}

div.indexone{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: table;}

div.indexone_cell{ width: 100%; height: auto; display: table-cell; vertical-align: middle;}

div.indexone_titlebk{ width: 1280px; height: auto; margin: auto;}

div.indexone_titlecn{ width: 100%; height: auto; line-height: 0.56rem; text-align: right; color: #0097db; font-size: 0.4rem; font-weight: 700;}

div.indexone_titleen{ width: 100%; height: auto; line-height: 0.27rem; text-align: right; font-size: 0.14rem; color: #a7d9ef; text-transform: uppercase;}

div.indexone_main{ width: 1280px;  height: auto; margin: auto; margin-top: 0.48rem;}

div.indexoneleft{ width: 300px; height: auto; float: left;}

div.indexoneleft_ent{ width: 100%; height:0.34rem; line-height: 0.34rem; text-transform: uppercase; color: #6dbd38; margin-bottom: 0.16rem; font-size: 0.36rem; font-family: 'bebas';}

div.indexoneleft_desc{ width: 100%; height: auto; line-height: 0.29rem; color: #7f8080; font-size: 0.14rem; margin-top: 0.5rem;}

div.indexonert{ width: 940px; height: auto; float: right;}

div.indextwolist{ width: 100%; height: auto; box-shadow: 0 0 20px rgba(0,0,0,0.1);}

div.indextwolistpic{ width: 100%; height: auto; overflow: hidden;}

div.indextwolistpic img{ width: 100%; height: auto;}

div.indextwolistbottom{ width:100%; height: auto; padding: 0.3rem 0.35rem 0.69rem; background: #fff;}

div.indextwolistbottom_t{ width: 100%; height: auto; line-height: 0.24rem; color: #4a4b4d; font-size: 0.14rem; font-weight: 100;}

div.indextwolistbottom_ft{ width: 100%; height: auto; line-height: 0.37rem; color: #4a4b4d; font-size: 0.24rem; font-weight: 700;}

div.indextwolist:hover div.indextwolistpic img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }

div.indextwolist:hover div.indextwolistbottom{ background: #0097db;}

div.indextwolist:hover div.indextwolistbottom_t{ color: #fff;}

div.indextwolist:hover div.indextwolistbottom_ft{ color: #fff;}

div.indexoneleft_jt{ width: 0.47rem; height: 0.47rem; float: left; margin-top: 0.6rem; cursor: pointer; outline: none; background: url(../img/indexbannerjtleft.png) #0097db center no-repeat; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }

div.indexoneright_jt{ width: 0.47rem; height: 0.47rem; float: left; margin-top: 0.6rem; margin-left: 0.1rem; cursor: pointer; outline: none; background: url(../img/indexbannerjtright.png) #0097db center no-repeat; border-radius: 50%; -webkit-border-radius:; -moz-border-radius:; -ms-border-radius:; -o-border-radius:; }

div.indexoneleft_jt:hover{ background: url(../img/indexbannerjtleft.png) #6fc337 center no-repeat ;}

div.indexoneright_jt:hover{background: url(../img/indexbannerjtright.png) #6fc337 center no-repeat ; }

div.indextwoback{ width:100%; height: calc(100vh - 1rem); position: absolute; top: 1rem;}

div.indextwo_listbk{ width: 100%; height: 50%; overflow: hidden;}

div.indextwo_listleft{ width: 50%; height:100%; float: left; overflow: hidden;}

div.indextwo_listleftpic{ width: 100%; height: 100%; transition: all 1s cubic-bezier(.165,.84,.44,1) 0s; -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) 0s; -moz-transition: all 1s cubic-bezier(.165,.84,.44,1) 0s; -ms-transition: all 1s cubic-bezier(.165,.84,.44,1) 0s; -o-transition: all 1s cubic-bezier(.165,.84,.44,1) 0s; }

div.indextwo_listbk:hover div.indextwo_listleftpic{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }



div.indextwo_listrt{ width: 50%; height:100%; float: left; background: linear-gradient( to right , #22d679 , #68eb79); position: relative;}

div.indextwo_listrt_table{ width: 100%; height: 100%; display: table;}

div.indextwo_listrt_table_cell{ width: 100%; height: auto; display: table-cell; vertical-align: middle; padding-left:0.65rem;}

div.indextwo_listrt_t{ width: 5.58rem; height: auto; line-height: 0.7rem; color: #ffffff; font-size: 0.4rem; font-weight: 100;}

div.indextwo_listrt_desc{ width: 5.58rem; height: auto; line-height: 0.25rem; color: #ffffff; font-size: 0.14rem; margin-top: 0.16rem;}

div.indextwo_listrt_more{ width:5.1rem; padding: 0.5rem; height:5.1rem; border-radius: 50%; position: absolute; right: -2.55rem; bottom: -2.55rem; background: linear-gradient( to right,#b7f569,#78ed6b); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }

div.indextwo_listrt_more1{ width:100%; height: 100%;border-radius: 50%;  padding: 0.5rem; background: radial-gradient( #b6f58f,#b6f58f);}

div.indextwo_listrt_more2{ width: 100%; height: 100%;border-radius: 50%;  background: #c1f6ab; line-height: 2.3rem; padding-left: 0.6rem; color: #ffffff; font-size: 0.16rem; font-weight: 700;}



div.indextwo_listrt1{ width: 50%; height:100%; float: left; background: linear-gradient( to right , #1574f2 , #0caef0); position: relative;}

div.indextwo_listrt1_table{ width: 100%; height: 100%; display: table;}

div.indextwo_listrt1_table_cell{ width: 100%; height: auto; display: table-cell; vertical-align: middle; padding-left:3.1rem;}

div.indextwo_listrt1_t{ width: 5.58rem; height: auto; line-height: 0.7rem; color: #ffffff; font-size: 0.4rem; font-weight: 100;}

div.indextwo_listrt1_desc{ width: 5.58rem; height: auto; line-height: 0.25rem; color: #ffffff; font-size: 0.14rem; margin-top: 0.16rem;}

div.indextwo_listrt1_more{ width:5.1rem; padding: 0.5rem; height:5.1rem; border-radius: 50%; position: absolute; left: -2.55rem; bottom: -2.55rem; background: radial-gradient(#03b0fc,#09a5f8); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }

div.indextwo_listrt1_more1{ width:100%; height: 100%;border-radius: 50%;  padding: 0.5rem; background: radial-gradient( #45baf6,#6cc5f8);}

div.indextwo_listrt1_more2{ width: 100%; height: 100%;border-radius: 50%;  background: #76c8f8; line-height: 2.3rem; padding-left: 1.8rem; color: #ffffff; font-size: 0.16rem; font-weight: 700;}

div.indexthreemain{width:100%; height: calc(100vh - 1rem); position: absolute; top: 1rem;}

div.indexthreeleft{ width: 33.6vw; position: relative; height: 100%; float: left; background: url(../img/indexthree1.jpg) 50%/cover no-repeat;}

div.indexthreert{ width: 66.4vw; height: 100%;background: url(../img/indexthree2.jpg) 50%/cover no-repeat; float: left; padding: 0 2.4rem; display: table;}

div.indexthreeleftbuttonbk{ width: 3.35rem; height: 3.35rem; right: -1.675rem; top: 1.5rem; background: #fff; position: absolute; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }

circle.indexthreeblueyuan{   fill: #fff; stroke: #0069b6;stroke-width: 1.675rem;stroke-dasharray: 39.2%, 133%;transform-origin: center;}

svg.indexthreeyuan{
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    overflow: visible;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
	
}

circle.indexthreehuiyuan{fill: #fff; stroke: #e7f0f8;stroke-width: 1.875rem;    stroke-dasharray: 44%, 132%; transform-origin: center;  }

div.indexthreeleftbutton{ width: 100%; height:100%; padding: 12%; position: absolute; left: 0; top: 0; border-radius: 50%; overflow: hidden; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }

div.indexthreeleftbutton_nav{ width: 50%; height: 50%; float: left;}

div.indexthreeleftbutton_nav a{ display: table; width: 100%; height: 100%;}

div.indexthreeleftbutton_nav_cell{ width: 100%; vertical-align: middle; display: table-cell;}

div.indexthreeleftbutton_nav_ico{ width: 0.54rem; height: 0.54rem; margin: auto; margin-bottom: 0.15rem;}

div.indexthreeleftbutton_nav_t{ width: 100%; height: auto; line-height: 0.3rem; text-align: center; color: #888787; font-size: 0.14rem;}

div.indexthreeleftbutton_navshow div.indexthreeleftbutton_nav_ico img{ filter:grayscale(1) brightness(100); -webkit-filter:grayscale(1) brightness(100); }

div.indexthreeleftbutton_navshow div.indexthreeleftbutton_nav_t{ color: #fff;}

.indexthreeyuandushu1{ transform: rotate(270deg); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); }

.indexthreeyuandushu2{ transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); }

.indexthreeyuandushu3{ transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }

.indexthreeyuandushu4{ transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }

div.indexthreert_cell{ width: 100%; height: auto; display: table-cell; vertical-align:middle; }

div.indexthreert_t{ width: 100%; height:auto; line-height: 1.1rem; color: #414141; font-size: 0.4rem; font-weight: 100;} 

div.indexthreert_t span{ font-size: 0.48rem; font-family: 'bebas';font-weight: 500; text-transform: uppercase; position: relative; top:5px;}

div.indexthreert_desc{ width: 100%; height: auto; line-height: 0.36rem; color: #878787; font-size: 0.16rem; margin-top: 0.16rem;}

div.indexthreert_numbk{ width: 100%; height: auto; display: flex; flex-flow: nowrap; justify-content: space-between; margin-top: 0.85rem;}

div.indexthreert_nav_t{ width: 100%; height: auto; line-height: 0.88rem; color: transparent; font-size: 0.72rem; font-family: 'bebas';     background: linear-gradient(to bottom, #36d1dc, #5b87e5); -webkit-background-clip: text; }

div.indexthreert_nav_desc{ width: 100%; line-height: 0.38rem; color: #888787; font-size: 0.16rem;}

div.indexfourback{width:100%; height: calc(100vh - 1rem); position: absolute; top: 1rem; background: url(../img/indexfourbg.jpg) 50%/cover no-repeat;}

div.indexfourmain{ width: 100%; height: 100%; display: table;}

div.indexfourmaincell{ width: 100%; height: auto; vertical-align: middle; display: table-cell;}

div.indexfour{ width: 100%; height: auto;}

div.indexfour_left{ width: 62.4%; height: auto; float: left;}

div.indexfour_rt{ width: 33%; height: auto; float: right; display: none;} 

div.indexfour_rt_t{ width: 100%; height: auto; line-height: 0.61rem; margin-bottom: 0.12rem; font-size: 0.4rem; text-align: right; color: #fff; float: right;  font-weight: 100;} 

div.indexfour_rt_line{ width: 35px; height: 3px;  background: linear-gradient(to right , #eb051b , #f79c1b); float: right;}

div.indexfour_listbk{ width: 100%; height: auto; margin-top: 0.35rem;}

div.indexfour_list{ float: left; height: auto; width: 48%; margin-bottom: 0.25rem; overflow: hidden; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; } 

div.indexfour_list img{ width: 100%; height: auto;}

div.indexfour_list:nth-child(2n){ float: right;}

div.indexfour_list_more { width: 100%; height: 0.3rem; line-height: 0.3rem; text-align: right; margin-top: 0.12rem;}

div.indexfour_list_more a{ color: #fff; font-family: 'tt'; font-size: 0.16rem;}


div.indexthreeico1{ width: 1.25vw;   height: 1.25vw; border-radius: 50%; cursor: pointer;padding: 0.06rem; position: absolute;     top: 29%;  left: 78%;}

div.indexthreeico::before{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; border-radius: 50%;background: #fceecf;  display: block; content: '';transition-timing-function: cubic-bezier(1,0,0,1);}

div.indexthreeico1n{ width: 100%; height: 100%;border-radius: 50%; background: #efa810; position: relative;}

div.indexthreeico2{ width: 1.25vw;   height: 1.25vw; border-radius: 50%; cursor: pointer;padding: 0.06rem; position: absolute;    top: 33%; left: 64%;}
div.indexthreeico3 {
    width: 1.25vw;
    height: 1.25vw;
    border-radius: 50%;
    cursor: pointer;
    padding: 0.06rem;
    position: absolute;
    top: 58%;
    left: 63%;
}
div.indexthreeico4{    width: 1.25vw;
    height: 1.25vw;
    border-radius: 50%;
    cursor: pointer;
    padding: 0.06rem;
    position: absolute;
        top: 60%;
    left: 75%;}
div.indexthreeico5{       width: 1.25vw;
    height: 1.25vw;
    border-radius: 50%;
    cursor: pointer;
    padding: 0.06rem;
    position: absolute;
    top: 35%;
    left: 30%;}

div.indexthreeicomapico1{     width: 10.8%;
    position: absolute;
    left: 73.3%;
    top: 25%; transition:all 0.36s ease-in-out; opacity:0;}
div.indexthreeicomapico2 {
    width: 41.7%;
    position: absolute;
    left: 38.7%;
    top: .5%;
    transition: all 0.36s ease-in-out;
    opacity: 0;
}  

div.indexthreeicomapico3 {
    width: 14%;
    position: absolute;
    left: 57.5%;
    top: 45.7%;
    transition: all 0.36s ease-in-out;
    opacity: 0;
}  
div.indexthreeicomapico4 {
    width: 16%;
    position: absolute;
    left: 67.5%;
    top: 40.5%;
    transition: all 0.36s ease-in-out;
    opacity: 0;
} 
div.indexthreeicomapico5 {
    width: 61.4%;
    position: absolute;
    left: 0%;
    top: 11%;
    transition: all 0.36s ease-in-out;
    opacity: 0;
}  

div.indexthreeicomapicoshow{ opacity:1;}

@keyframes suofang {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(0);
    }
}
div.indexthreeico:hover:before{animation: suofang 0.7s linear infinite alternate; }

div.indexfour_rtshow{ display: block;}

div.indexfiveback{ width:100%; height: calc(100vh - 1rem); position: absolute; top: 1rem; background: #f5f9fd; display: table;}

div.indexfivecell{ display: table-cell; width: 100%; vertical-align: middle;}

div.indexfiveqh{ width: 1280px; margin: auto; position: relative;}

div.indexfiveborder{ width: 100%; border-left: 1px solid #dae3f3;}

div.indexfive_table{ width: 90%; height: 100%; display: table;}

div.indexfive_cell{ width: 100%; height: auto; display: table-cell; vertical-align: middle;}

div.indexfive_pic{ width: 100%; height: auto; overflow: hidden;}

div.indexfive_pic img{ width: 100%; height: 250px; transition: all 1s cubic-bezier(.165,.84,.44,1) 0s; -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) 0s; -moz-transition: all 1s cubic-bezier(.165,.84,.44,1) 0s; -ms-transition: all 1s cubic-bezier(.165,.84,.44,1) 0s; -o-transition: all 1s cubic-bezier(.165,.84,.44,1) 0s; }

div.indexfiveborder:hover div.indexfive_pic img{ transform: scale(1.1); -webkit-transform:; -moz-transform:; -ms-transform:; -o-transform:; }

div.indexfive_t{ width: 100%; overflow: hidden; margin-top: 0.23rem; padding: 0 0.2rem; color: #515151; font-size: 0.2rem; font-weight: 700;height:.58rem;display:-webkit-box;
overflow:hidden;
text-overflow:ellipsis;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;}

div.indexfive_time{ width: 100%; height: 0.27rem; line-height: 0.27rem; margin-top: 0.25rem; padding: 0 0.2rem;  color: #717070; font-size: 0.14rem;}

div.indexfive_desc{ width: 100%; height: 1.2rem; padding: 0 0.2rem; overflow:hidden; line-height:0.3rem; color: #707070; font-size: 0.14rem;height:.6rem;display:-webkit-box;
overflow:hidden;
text-overflow:ellipsis;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;}

div.indexfive_more{ width: 0.5rem; height: 0.5rem; line-height: 0.5rem; font-size: 16px; color: #fff; margin-left: 0.2rem; text-align: center; background: linear-gradient( to right , #37cedc , #5a89e5); overflow: hidden; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;  margin-top:0.2rem}

div.indexfiveborder:hover div.indexfive_t{ color: #598ce4;}

div.indexfivejtleft{ width: 12px; height: 14px; z-index: 100; cursor:pointer;  position: absolute; left: -67px; top: 33%; margin-top: -7px; background: url(../img/indexfivejtleft.png) center no-repeat;}

div.indexfivejtright{ width: 12px; height: 14px; z-index: 100; cursor:pointer; position: absolute; right: -17px; top:33%; margin-top: -7px; background: url(../img/indexfivejtright.png) center no-repeat;}

div.indexfooterback{ width: 100%; height: auto; background: #0264a3;}

div.indexfootertop{ width: 1280px; height: auto; margin: auto; padding-top: 0.85rem; padding-bottom: 35px;}

div.indexfootertop_left{ width: 327px; height: auto; float: left;}

div.indexfootertop_leftlogo{ width: 165px; height: auto; margin-bottom: 0.58rem;}
div.indexfootertop_leftlogo img {width:100%;}
div.indexfootertop_left_tel{ width: 100%; height: auto; line-height: 49px;}

div.indexfootertop_left_tel_l{ float: left; width: 181px; height:auto; line-height: 49px; color: #ffffff; font-size: 24px; font-family: 'tt';}

div.indexfootertop_left_tel_r{ float: left; height: auto; line-height: 49px; color: #ffffff; font-size: 16px; font-weight: 100;}

div.indexfootertop_left_dz{ width: 100%; height: auto; line-height:32px; margin-top: 0.3rem; color: #ffffff; font-size: 14px; font-weight: 100;}

div.indexfootertop_left_ewmbk{ width: 100%; height: auto;margin-top: 0.35rem; display: flex; flex-flow: nowrap; justify-content: space-between;}

div.indexfootertop_left_ewm{ width: 153px; height: 153px;}

div.indexfootertop_left_ewm img{ width: 100%; height: 100%;}

div.indexfootertop_rt{  float: right; position: relative;}

div.indexfootertop_rt::before{ content: ''; position: absolute; top: 69px; width: 100%; height: 1px; display: block; left: 0; background: #2b7db3;}

div.indexfootertop_rt_top{ height: auto;margin-left: 49px; float: left;}

div.indexfootertop_rt_topline{ width: 100%; height: 1px; margin-top: 0.29rem; margin-bottom: 0.18rem;} 

div.indexfootertop_rt_topnav{  padding: 0 6px; line-height: 46px; color: #ffffff;  font-size: 18px; font-weight: 100; margin-bottom: 0.48rem;} 

div.indexfootertop_rt_topnav a{ color: #fff;}

div.indexfootertop_rt_top_t{ padding: 0 6px; line-height: 48px; color: #acd1e8; font-size: 14px;}

div.indexfootertop_rt_top_t a{ color: #acd1e8; transition: all 0.36s ease-in-out; -webkit-transition: all 0.36s ease-in-out; -moz-transition: all 0.36s ease-in-out; -ms-transition: all 0.36s ease-in-out; -o-transition: all 0.36s ease-in-out; }

div.indexfootertop_rt_top_t a:hover{color: #fff;}

div.indexfooterbottom{ width: 100%; height: auto; line-height: 30px; padding: 10px 0; background: #004e7e;}

div.indexfooterbottom h1{color: #649dc0;  font-weight:100; font-size:12px; margin:0; padding:0; display:inline;}

div.indexfooterbottommain{ width: 1280px; height: auto; margin: auto;}

div.indexfooterbottommainleft{ float: left; color: #649dc0; font-size: 12px; font-weight: 100;}

div.indexfooterbottommainleft a{ color: #649dc0; transition: all 0.36s ease-in-out; -webkit-transition: all 0.36s ease-in-out; -moz-transition: all 0.36s ease-in-out; -ms-transition: all 0.36s ease-in-out; -o-transition: all 0.36s ease-in-out; }

div.indexfooterbottommainleft a:hover{ color: #fff;}

div.indexfooterbottommainrt{ float: right;color: #649dc0; font-size: 12px; font-weight: 100;}

div.indexfooterbottommainrt a{ color: #649dc0; transition: all 0.36s ease-in-out; -webkit-transition: all 0.36s ease-in-out; -moz-transition: all 0.36s ease-in-out; -ms-transition: all 0.36s ease-in-out; -o-transition: all 0.36s ease-in-out; }

div.indexfooterbottommainrt a:hover{ color: #fff;}

div.bannerback{ width: 100%; height: 5rem;}

div.bannerbacktable{ width: 100%; height: 100%; display: table;}

div.bannerbackcell{ width: 100%; height: auto; display: table-cell; vertical-align: middle;  }

div.banner_t{ width: 98%; max-width: 1280px; height: auto; margin: auto; color: #0069b6; font-size: 40px; font-weight: 700; line-height: 60px;}

div.banner_desc{ width: 98%; max-width: 1280px; height: auto; margin: auto; line-height: 44px; color: #0069b6; font-size: 18px; font-weight: 100; }

div.gywmone1{ width: 100%; height: auto; background: url(../img/gywmone1pic.jpg) bottom center no-repeat; padding-top: 85px; padding-bottom: 197px;}

div.gywmone1_main{ width: 1280px; height: auto; margin: auto;}

div.gywmone1_main_t{ width: 100%; height: 90px; line-height: 90px; color: #515151; font-weight: 700; font-size: 40px;}

div.gywmone1_main_line{ width: 35px; height: 3px; background: linear-gradient( to right, #eb051b ,#f79e1b); margin-top: 22px;}

div.gywmone1_main_desc{ width: 630px; height: auto; margin-top: 47px; color: #4f4f4f; font-size: 16px; line-height: 36px;}

div.gywmone1_main_worden{ width: 640px; height: auto; margin-top: 81px;}

div.gywmone1_main_numsince{ width: 640px; height: auto; line-height: 127px; color: #515151; font-size: 78px; font-weight: 700;}

div.gywmone2{ width: 100%; height: auto; background: url(../img/gywmone2pic.jpg) center no-repeat; padding-bottom: 36px;}

div.gywmone2main{ width: 1280px; height: auto; margin: auto;}

div.gywmone2_desc{ width: 585px; float: right; line-height: 35px; margin-top: 33px; color: #4f4f4f; font-size: 16px;}

div.gywmone2_desc2{ width: 630px; line-height: 35px; margin-top: 145px; color: #4f4f4f; font-size: 16px;}

div.gywmtwoback{ width: 100%; height: auto; background: #f3f3f3; margin-top: 0;}

div.gywmtwomain{ width: 1280px; height: auto; margin: auto; position: relative; padding: 108px 0 70px;}

div.gywmtwomain::before{ width: 1px; height: 100%; content: ''; display: block; top: 0;    left: 640px; background: #dadada; position: absolute;}

div.gywmtwo_list{ width: 100%; height: 190px;  margin: auto; margin-bottom: 44px; position: relative;}

div.gywmtwo_list_left{ width: 553px; height: 190px; background: #fff; padding: 7px; float: left;}

div.gywmtwo_list_ico{ width: 28px; height: 28px;margin-left: 73px; margin-top: 53px;float: left; padding: 8px; background: #ddecf8; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }

div.gywmtwo_list_ico_n{ background: #0069b6;  width: 100%; height: 100%; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }

div.gywmtwo_list_rt{ width: 560px;  height: auto; float: right; margin-top: 36px; }

div.gywmtwo_list_rt_1{ width: 100%; height: 51px; line-height: 51px; color: #0069b6; font-size: 30px; font-weight: 700;}

div.gywmtwo_list_rt_desc{ width: 100%; height: auto; line-height: 30px; margin-top: 4px; color: #0069b6; font-size: 16px;}

div.gywmthreeback{ width: 100%; height: auto; padding: 84px 0 128px;}

div.gywmthree_topbk{ width: 1280px; height: auto; margin: auto;}

div.gywmthree_top_1{ width: 100%; height: auto; line-height: 44px; color: #333; font-size: 24px; font-weight: 700;} 

div.gywmthree_top_line{ width: 100%; height: 1px; background: #333; margin-top: 10px;}

div.gywmthree_top_ent{ width: 100%; height: auto; line-height: 59px; margin-top: 18px; text-transform: uppercase; color: #333; font-size: 36px; font-family:'az' ;}

div.gywmthree_qhbk{width: 1280px; height: auto; margin: auto; margin-top: 38px;}

div.gywmthreenav{ width: 200px; height: 122px; margin-bottom: 45px; float: left; margin-right: 16px; overflow: hidden; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; }

div.gywmthreenav img{ width: 100%; height: 100%;}

div.gywmthreenav:nth-child(6n){ margin-right: 0;}

.icon-arrow-left{ width: 12px; height:14px; position: absolute; left: 0; z-index: 999; top: 12px; background: url(../img/indexbannerjtleft.png) center no-repeat; cursor: pointer; outline: none;}

.icon-arrow-right{ width: 12px; height:14px; position: absolute; right: 0; z-index: 999; top: 12px; background: url(../img/indexbannerjtright.png) center no-repeat; cursor: pointer; outline: none;}

div.gywmfourback{ width: 1281px;  height: auto; margin: auto; padding: 78px 0 108px;}

div.gywmfourmain{ width: 100%; height: auto; line-height: 1.5; font-size: 16px; margin-top: 70px;}

div.gywmfourmain img{ max-width: 100%;}

div.cpindexmain{ width: 100%; height: auto; padding: 80px 0 67px; background: #e6e8f3;}

div.cpindexlist{ width: 1280px; height: 400px; margin: auto; margin-bottom: 15px;}

div.cpindexlistpic{ width: 640px; float: left; height: 400px; overflow: hidden;}

div.cpindexlistpic img{ width: 100%; height: 100%; transition: all 1s cubic-bezier(.165,.84,.44,1) 0s; -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) 0s; -moz-transition: all 1s cubic-bezier(.165,.84,.44,1) 0s; -ms-transition: all 1s cubic-bezier(.165,.84,.44,1) 0s; -o-transition: all 1s cubic-bezier(.165,.84,.44,1) 0s; }

div.cpindexlistrt{ width: 640px; height: 400px; float: left; background: #fff; display: table;	}

div.cpindexlistrt_cell{ width: 100%; height: auto; vertical-align: middle; display: table-cell;}

div.cpindexlistrt_ico{ width: 80px; height: 80px; margin: auto; transition: all 0.36s ease-in-out; background: #e6e8ef; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transition: all 0.36s ease-in-out; -moz-transition: all 0.36s ease-in-out; -ms-transition: all 0.36s ease-in-out; -o-transition: all 0.36s ease-in-out; }

div.cpindexlistrt_t{ width: 100%; height: 73px; line-height: 73px; margin-bottom: 19px; text-align: center; color: #444343; font-size: 36px; font-weight: 700; margin-top: 15px;}

div.cpindexlistrt_line{ width: 35px; height: 3px; background: linear-gradient( to right, #eb021b , #f79e1b); margin: auto;}

div.cpindexlistrt_more{ width: 238px; height: 40px; margin: auto; margin-top: 40px; line-height: 40px; font-size: 16px; font-weight: 100; background: #444343; text-align: center; color: #fff;}

div.cpindexlist:hover div.cpindexlistpic img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }

div.cpindexlist:hover div.cpindexlistrt_ico{ background: #0069b6;}

div.cpindexlist:hover div.cpindexlistrt_ico img{ filter: brightness(10); -webkit-filter: brightness(10); }

div.cpindexlist:hover div.cpindexlistrt_t{ color: #0069b6;}

div.cpindexlist:hover div.cpindexlistrt_more{background: #0069b6;}
 
div.cplistmian{ width:1280px; height: auto; margin: auto;}

div.cplist_t{ width: 100%; height:auto; line-height: 90px; text-align: center; color: #3d3d3d; font-size: 40px; font-weight: 700;}

div.cplist_t_line{ width: 35px; height: 3px; background: linear-gradient( to right, #eb021b , #f79e1b); margin: auto; margin-top: 25px;}

div.cplistmian_n{ width: 1280px; height: auto; margin: auto; margin-top: 55px;}

div.cplist{ width: 310px; height: 370px; float: left;     margin-right: 13px; margin-bottom: 79px;}

div.cplist:nth-child(4n){ margin-right: 0;}

div.cplistpic{ width: 100%; height: 310px; background: #fff; overflow: hidden; position: relative;}

div.cplistpic::after{ content: ''; display: block; width: 100%; height: 100%; background: url(../img/cphover.png) center no-repeat; position: absolute; left: 0; top: 0; opacity: 0; transition:all 0.36s ease-in-out ; -webkit-transition:all 0.36s ease-in-out ; -moz-transition:all 0.36s ease-in-out ; -ms-transition:all 0.36s ease-in-out ; -o-transition:all 0.36s ease-in-out ; }

div.cplistpic img{ width: 100%; height: 100%;}

div.cplist_t1{ width: 100%; height: 60px; line-height: 60px; background: #858685;  text-align: center; padding: 0 15px; color: #ffffff; font-size: 16px; overflow: hidden;}

div.cplist:hover div.cplistpic img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }

div.cplist:hover div.cplist_t1{ background: #0264a3;}

div.cplist:hover div.cplistpic::after{ opacity: 1;}

div.cpshowoneback{ width:100%; height: auto; padding: 50px 0 45px;}

div.cpshowone{ width: 940px; height: auto; margin: auto;}

div.cponeqh{ width: 100%; height: auto; margin-top: 45px;}

div.cpshowoneleft{ width: 29px; height: 20px; z-index: 100;  position: absolute; left: 0; top: 50%; margin-top: -10px; cursor: pointer; outline: none; background: url(../img/cpshowleft.jpg) center no-repeat;}

div.cpshowoneright{ width: 29px; height: 20px; z-index: 100; position: absolute; right: 0; top: 50%; margin-top: -10px; cursor: pointer; outline: none; background: url(../img/cpshowright.jpg) center no-repeat;}

div.cpshowdownbk{ width: 130px; text-align: right; height: 24px; line-height: 24px;  margin: auto; margin-top: 20px; color: #000000; font-size: 16px; background: url(../img/xiazai.png) center left no-repeat;}

div.cpshowdownbk a{ color: #000;}

div.cpshowtwo{ width: 100%; height: auto; background:#0069b6; padding: 66px 0 89px;}

div.cpshowtwo_t{ width: 100%; text-align: center; height: auto; line-height: 67px; color: #ffffff; font-size: 36px; font-weight: 700;}

div.cpshowtwo_main{ width: 1280px; height: auto; margin: auto; line-height: 2; margin-top: 50px; font-size:16px; color:#fff;}

div.cpshowtwo_main img{ max-width: 100%; height: auto;}

div.cpshowtwothree_main{ width: 1280px; height: auto; margin: auto; line-height: 2; margin-top: 50px; font-size:16px; color:#333;}

div.cpshowtwothree_main img{ max-width: 100%; height: auto;}

div.cpshowthreebk{ width: 100%; height: auto; background:#fff; padding: 66px 0 89px;}

div.cpshowfourbk{ width: 1280px; height: auto; margin: auto; padding: 0 0 107px;}

div.cpshowfourqh{ width: 100%; height: auto; position: relative; margin: auto; margin-top: 35px;}

div.cpshowfourlist{ width: 100%; height: auto;}

div.cpshowfourlistpic{ width: 100%; height: auto; overflow: hidden;}

div.cpshowfourlistpic img{ width: 100%; height: auto; transition: all 0.36s ease-in-out; -webkit-transition: all 0.36s ease-in-out; -moz-transition: all 0.36s ease-in-out; -ms-transition: all 0.36s ease-in-out; -o-transition: all 0.36s ease-in-out; }

div.cpshowfourlist_t{ width: 100%; height: 80px; line-height: 80px; color: #3d3d3d; font-size: 18px; font-weight: 100; text-align: center; background: #e6f1f8; padding: 0 15px; overflow: hidden;}

div.cpshowfourlist:hover div.cpshowfourlistpic img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }

div.cpshowfourlist:hover div.cpshowfourlist_t{ background: #0367a7; color:#fff;}

div.cpshowoneleft1{ width: 29px; height: 20px; z-index: 100;  position: absolute; left: -65px; top: 50%; margin-top: -10px; cursor: pointer; outline: none; background: url(../img/cpshowleft.jpg) center no-repeat;}

div.cpshowoneright1{ width: 29px; height: 20px; z-index: 100; position: absolute; right: -65px; top: 50%; margin-top: -10px; cursor: pointer; outline: none; background: url(../img/cpshowright.jpg) center no-repeat;}

div.jiejuebannernavbk{ width: 1280px; height: 1.5rem; margin: auto; background: #fff; display: flex; flex-flow: nowrap; justify-content: space-between; }

a.jiejuebannernav{ width: 100%; height: 1.5rem; }

div.jiejuebannernav{ width: 100%; height: 1.5rem; display: table;}

div.jiejuebannernavcell{ width: 100%; vertical-align: middle; display: table-cell; }

div.jiejuebannernavpic{ width: 0.47rem; height: auto; margin: auto;}

div.jiejuebannernavpic img{ width: 100%; height: auto;}

div.jiejuebannernav_t{ width: 100%; height: 0.44rem; line-height: 0.44rem; text-align: center; color: #414141; font-size: 24px; font-weight: 700;}

a.jiejuebannernav:hover div.jiejuebannernav{ background: #0069b6;}

a.jiejuebannernav:hover div.jiejuebannernavpic img{ filter: brightness(10) ; -webkit-filter: brightness(10) ; }

a.jiejuebannernav:hover  div.jiejuebannernav_t{ color: #fff;}

a.jiejuebannernavhover div.jiejuebannernav{ background: #0069b6;}

a.jiejuebannernavhover div.jiejuebannernavpic img{ filter: brightness(10) ; -webkit-filter: brightness(10) ; }

a.jiejuebannernavhover  div.jiejuebannernav_t{ color: #fff;}

div.jiejueoneback{ width: 100%; height: auto; padding: 79px 0 97px;}

div.jiejueone{ width: 1280px; height: auto; margin: auto;}

div.jiejueone_t{ width: 100%; height: 83px; line-height: 83px; text-align: center; color: #444444; font-size: 40px; font-weight: 700;}

div.jiejueone_desc{ width: 950px; margin: auto; height: auto; line-height: 27px; margin-top: 16px; color: #858585; font-size: 16px; text-align: center;}

div.jiejueonemain{ width: 1280px; height: auto; margin: auto;  margin-top: 38px;}

div.jiejueonenav{ width: 300px; height: 310px; background: #f4f4f4; float: left; padding-top: 49px; margin-bottom: 27px;margin-right: 26px;}

div.jiejueonenav:nth-child(4n){ margin-right: 0;}

div.jiejueonenavico{ width: 76px; height: auto; margin: auto;}

div.jiejueonenavlist{ width: 100%; height: auto; line-height: 35px; padding: 0 15px; margin-top: 18px; color: #2d2d2d; font-size: 20px;; margin-bottom: 25px; text-align: center;}

div.jiejueonenavmore{ width: 110px; height: 35px; line-height: 35px; color:#2d2d2d; margin: auto; font-size: 14px; text-align: center; border: 1px solid #414141;}

div.jiejueonenav:hover{ background: #0069b6;}

div.jiejueonenav:hover div.jiejueonenavico img{ filter: grayscale(10) brightness(10) ; -webkit-filter: grayscale(10) brightness(10) ; }

div.jiejueonenav:hover div.jiejueonenavlist{ color: #fff;}
div.jiejueonenav:hover div.jiejueonenavmore{ color: #fff; border: 1px solid #fff;}

div.jiejuetwoback{ width: 100%; height: auto; padding-top: 73px; padding-bottom: 85px;}

div.jiejuetwomain{ width: 1280px; height: auto; margin: auto;}

div.jiejuethreeback{ width: 1280px; height: auto;  margin: auto; padding: 68px 0 96px;}

div.jiejuethreemain{ width: 100%; height: auto; margin: auto; margin-top: 45px;}

div.jiejuethreelist{ width: 620px; height: 310px; float: left; margin-bottom: 40px; margin-right: 40px;}

div.jiejuethreelistpic{ width: 310px; height: 310px; float: left; overflow: hidden;}

div.jiejuethreelistpic img{ width: 100%; height: 100%; transition: all 0.36s ease-in-out; -webkit-transition: all 0.36s ease-in-out; -moz-transition: all 0.36s ease-in-out; -ms-transition: all 0.36s ease-in-out; -o-transition: all 0.36s ease-in-out; }

div.jiejuethreelist_rt{ width: 310px; float:left; height: 310px; background: #eff4fe; padding: 52px 38px 0;}

div.jiejuethreelist_rt_1{ width: 100%; height: 57px; line-height: 57px; overflow: hidden; color: #444444; font-size: 24px; font-weight: 700;}

div.jiejuethreelist_rt_2{ width: 100%; height: 60px; overflow: hidden; margin-bottom: 52px; margin-top: 10px; line-height: 30px; color: #444444; font-size: 16px;}

div.jiejuethreelist:nth-child(2n){ margin-right: 0;}

div.jiejuethreelist_rtmpore{ width: 120px; opacity: 0; height: 38px; line-height: 38px; font-size: 14px; font-weight: 100; text-align: center; color: #fff; border: 1px solid #81b2d1;}

div.jiejuethreelist:hover div.jiejuethreelistpic img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }

div.jiejuethreelist:hover div.jiejuethreelist_rt{background: #0264a3; }

div.jiejuethreelist:hover div.jiejuethreelist_rt_1{ color: #fff;}

div.jiejuethreelist:hover div.jiejuethreelist_rt_2{ color: #fff;}

div.jiejuethreelist:hover div.jiejuethreelist_rtmpore{opacity: 1;}
 
div.jiejueshowoneback{ width: 1280px; height: auto; margin: auto; padding: 50px 0 65px;}

div.jiejueshowonemain{ width: 1280px; height: auto; margin: auto; margin-top: 75px;}

div.jiejueshowoneleft{ width: 640px; height: auto; line-height: 1.9; color: #6f6f6f; font-size: 16px; float: left;}

div.jiejueshowonert{ width: 600px; height: 447px; float: right;}

div.cpshowtwo_main2{ width: 1280px; height: auto; margin: auto; line-height: 1.5; margin-top: 50px;}

div.cpshowtwo_main2 img{ width: 1920px; height: auto; position: relative; left: 50%; margin-left: -960px;}

div.case_main{ width: 1280px; height: auto; margin: auto; padding: 110px 0 70px;}

div.xwmian{ width: 1280px; height: auto; margin: auto; padding: 94px 0 100px;}

div.xwlistbk{  width: 426px; float: left; margin-bottom: 96px; }


div.xwlistbk:hover div.indexfive_pic img{ transform: scale(1.1); -webkit-transform:; -moz-transform:; -ms-transform:; -o-transform:; }

div.xwlistbk:hover div.indexfive_t{ color: #598ce4;}

div.lianxioneback{ width: 1280px; height: auto; margin: auto; padding:125px 0 130px; display: flex; flex-flow: nowrap; justify-content: space-between;}

div.lianxioneli{ width: 100%; height: 45px; line-height: 45px; padding-left: 60px; color: #444444; font-size: 20px; font-weight: 700;}

div.lianxioneli span{ font-family: 'tt'; font-size: 24px;}

div.lianxitwo{ width: 100%;  height: 771px; background:  url(../img/map.jpg) center no-repeat;}

div.lianxithree{ width: 1280px; height: auto; margin: auto; padding: 103px 0 140px;}

div.lianxithree_t{ width: 100%; height: auto; line-height: 48px; color: #444444; font-size: 30px; font-weight: 700;}

div.lianxithree_left{ width: 550px; float: left; height: auto;margin-top: 37px;}

div.lianxithree_left_nav{ width: 220px; height: 63px; margin-bottom: 20px; line-height: 63px; color: #5c5c5c; font-size: 16px; border-bottom: 1px solid #dedede; float: left;}

div.lianxithree_left_nav input{ width: 100%; height:100%; display: block; background: none; outline: none; border: none;color: #5c5c5c; font-size: 16px;}

div.lianxithree_left_navsubmit{ width: 140px; line-height: 44px; text-align: center; margin-top: 20px; height: 44px; border: 1px solid #5c5c5c; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; -ms-border-radius: 35px; -o-border-radius: 35px; }

div.lianxithree_left_navsubmit input{width: 100%; height:100%; display: block; background: none; cursor: pointer; outline: none; border: none;  font-size: 16px; font-weight: 700;}

div.lianxithree_rt{ width: 640px; height: 321px; float: right; margin-top: 47px;}




div.nyxxback{ width:100%; max-width: 1280px;  height:auto; margin:auto; margin-bottom:15px; padding-top: 50px; margin-top: 35px;}

div.nyxxback33{ width:100%; max-width: 1280px;  height:auto; margin:auto; margin-bottom:15px;  }

div.xinwenxxtopbottommain{ margin: auto; width: 100%; max-width: 1280px;padding-bottom: 50px; }

div.xinwenxxback{ width:100%; height:auto; margin:auto;}

div.xinwenxxtopdata{  width:100%; height:auto; padding-top: 5px; border-bottom:#d0d0d0 1px solid; line-height:38px; text-align:left; color:#a2a2a2; font-size:12px;}

div.xinwenxxtoptitleback{ font-weight:700;  width:100%; height:auto; line-height:48px; text-align:left; color:#323232; font-size:36px;}
 
div.xinwenxxtopcontent{   width:100%; height:auto; line-height:30px; color:#666; font-size:16px; }

div.xinwenxxtopcontent img{  max-width:100%; }

div.xinwenxxtopsyy{ width:100%; float:none; transition:all 0.5s ease-in-out;}

div.xinwenxxtopsyytitle{ width:100%; margin:auto; line-height:29px; color:#7e7d7d; font-size:14px; }

div.xinwenxxtopsyytitle a{ color:#7e7d7d; transition:all 0.5s ease-in-out;}

div.publicheadnav3xlbk{ opacity: 0; visibility: hidden; width: 100vw; height:auto; background: #fff; position: absolute; left: 0; top: 1rem; padding: 13px 0 1.3rem; box-shadow: 0 0 20px rgba(0,0,0,.1);}

div.publicheadnav3xlbk::before{content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 13px; background: linear-gradient(to bottom, rgba(0,0,0,.1) ,transparent );}

div.publicheadnav3xlmain{ width: 1280px; height: auto; margin: auto; display: flex; flex-flow: nowrap; justify-content: space-between;}

div.publicheadnav3xllist{ width: 388px; height: auto; flex-shrink: 0;}

div.publicheadnav3xllistpic{ width: 100%; height: auto;}

div.publicheadnav3xllist_t{ width: 100%; height: auto; margin-top: 7px; line-height: 76px; border-bottom: 1px solid #e2e2e2; color: #414141; font-weight: 700; font-size: 20px;}

div.publicheadnav3xllist_t a{ color: #414141;transition: all 0.36s ease-in-out; }

div.publicheadnav3xllist_t a:hover{ color: #0069b6;}

div.publicheadnav3xllist_main{ width: 100%; height: auto; margin-top: 0.24rem;}

div.publicheadnav3xllist_mainn{ width: 50%; padding-right: 15px; overflow: hidden; height: 0.48rem; line-height: 0.48rem; float: left; color: #6e6e6e; font-size: 16px;}

div.publicheadnav3xllist_mainn a{ color: #282828; font-weight: 500;  }

div.publicheadnav3xllist_mainn a:hover{ color: #0069b6; font-weight: 600; }

div.publicheadnav:hover div.publicheadnav3xlbk{ opacity: 1; visibility: visible; }

div.publicheadnavtyxl{ opacity: 0; visibility: hidden; width: auto; left: -0.025rem; position: absolute; height: auto; top: 1rem; padding: 13px 0.3rem 20px 0.3rem ; background: #fff; border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}

div.publicheadnavtyxl_n{ width: 100%; height: 45px; line-height: 45px; white-space: nowrap; color: #282828; font-size: 16px;}

div.publicheadnavtyxl_n a{color: #282828; font-weight: 500;}

div.publicheadnavtyxl_n a:hover{color: #0069b6; font-weight: 500; }


div.publicheadnav:hover div.publicheadnavtyxl{opacity: 1; visibility: visible;}


.ex1 {
	opacity: 0;
	perspective: 200px;
  }
  .ex1 span {
	transform: rotateY(-90deg);
	opacity: 0;
  }
  
  .ex2 {
	opacity: 0;
	perspective: 200px;
  }
  .ex2 span {
	transform: rotateY(-10deg) rotateX(25deg);
	transform-origin: 0% 15%;
	opacity: 0;
}


div.waikuanover{ width: 1213px;
    overflow: hidden;
    position: relative;
    left: 34px;}


div.indexfourleft_bottoml{     position: absolute;
    bottom: 0;
    width: 4.3rem;
    height: auto;
    left: -30%;}

div.indexfourleft_bottoml_en{ width:100%; height:auto; line-height:0.37rem; text-align:right; color:#ffffff; font-size:0.16rem;}

div.indexfourleft_bottoml_cn{ width:100%; height:auto; line-height:0.46rem; text-transform:uppercase; text-align:right; color:#ffffff; font-size:0.36rem; font-family:'tt';}

div.rongyuoneback{ width:100%; height:auto; padding:60px 0 100px;}

div.rongyuone_main{ width: 1280px; height:auto; margin:auto;}


.ryxnrwk {
	position: relative;
	width: 100%;
	margin-top: 70px;
}
.ryzjt1 {
	position: absolute;
	top: 200px;
	left: -83px;
	cursor: pointer;
}
.ryyjt1 {
	position: absolute;
	top: 200px;
	right: -83px;
	cursor: pointer;
}
.ryzjt2 {
	position: absolute;
	top: 200px;
	left: -83px;
	cursor: pointer;
}
.ryyjt2 {
	position: absolute;
	top: 200px;
	right: -83px;
	cursor: pointer;
}



.nyryzzwk {
	width: 100%;
	background: url(../img/rybj.jpg) no-repeat center center;
	height: 800px;
	margin-top: 90px;
}
.nyryzznk {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.rysmmgt {
	background: url(../img/rymgbj.png) no-repeat;
	padding-left: 44px;
	padding-top: 84px;
	padding-bottom: 75px;
}
.ryzzmgxmbt {
	color: #676666;
	font-size: 16px;
	text-align: center;
	width: 100%;
	line-height: 1;
	font-weight:500;
	margin-top: 20px;
}
.ryxnrwk {
	position: relative;
	width: 1312px;
	margin-top: 70px;
}
.ryzjt {
	position: absolute;
	top: 200px;
	left: -83px;
	cursor: pointer;
}
.ryyjt {
	position: absolute;
	top: 200px;
	right: -83px;
	cursor: pointer;
}


div.rongyuoneback:nth-child(2n){ width:100%; height:auto;background:#e1edf6;}

div.tishiyur{  float:right; line-height:1.5; font-size:14px; color:#8f8f8f;}





.ditu {
	width: 100%;
	position: relative;
}
.ditubj {
	width: 100%;
}
.ditubj img {
	width: 100%;
}
.dtbddwk {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 99;
}
.dtbd {
	position: absolute;
	width: 1.577%;
	cursor: pointer;
}
.dtbd img {
	width: 100%;
}
.dtbd1 {
	top: 4%;
	left: 6.875%;
}
.dtbd2 {
	top: 62.9%;
	left: 30.1%;
}
.dtbd3 {
	top: 62.7%;
  left: 44.65%;
}
.dtbd4 {
	top: 37.2%;
	left: 48.65%;
}
.dtbd5 {
	top: 60.2%;
  left: 54.84%;
}
.dtbd6 {
	top: 14.5%;
  left: 57.63%;
}
.dtsnrdwk {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.dtsnr {
	position: absolute;
	width: 5rem;
	height: 2.74rem;
	background: url(../img/dituwzbj.png) no-repeat;
	border-radius: 0.1rem;
	padding-top: 0.3rem;
	padding-left: 0.4rem;
	padding-right: 0.3rem;
	display: none;
}
.dtmgbt {
	line-height: .3rem;
	color: #fdfdfd;
	font-size: .3rem;
	font-weight: bold;
}
.dtmgnr {
	color: #fdfdfd;
	font-size: .16rem;
	line-height: .36rem;
	font-weight: 100;
	margin-top: .3rem;
}

.dtsnr1 {
	left: 10%;
	top: 8%;
}
.dtsnr2 {
	left: 4%;
	top: 25%;
}
.dtsnr3 {
	left: 18%;
  top: 25%;
}
.dtsnr4 {
	left: 22%;
  top: 4%;
}
.dtsnr5 {
	left: 57%;
  bottom: 5%;
}
.dtsnr6 {
	left: 57%;
  top: 28%;
}